feat: Provide a much cleaner Dart API

This commit is contained in:
2023-09-10 13:28:12 +02:00
parent 2299b766cc
commit d6ce224956
18 changed files with 344 additions and 207 deletions

View File

@@ -10,7 +10,6 @@ import 'package:pigeon/pigeon.dart';
),
),
)
@HostApi()
abstract class MoxxyBackgroundServiceApi {
int getHandler();

View File

@@ -10,7 +10,6 @@ import 'package:pigeon/pigeon.dart';
),
),
)
@HostApi()
abstract class MoxxyServiceApi {
void configure(int handle, String extraData);