fix: Cleanup of the Android side of things

This commit is contained in:
2023-09-10 13:44:26 +02:00
parent d6ce224956
commit 9f8c148162
6 changed files with 38 additions and 84 deletions

View File

@@ -12,8 +12,6 @@ import 'package:pigeon/pigeon.dart';
)
@HostApi()
abstract class MoxxyBackgroundServiceApi {
int getHandler();
String getExtraData();
void setNotificationBody(String body);