Skip to content

Commit

Permalink
fix: method channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ekasetiawans committed Mar 17, 2022
1 parent 0a5bbd5 commit 1a1e352
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@ class MethodChannelFlutterBackgroundService
}

@override
Future<bool> configure({required IosConfiguration iosConfiguration, required AndroidConfiguration androidConfiguration}) {
// TODO: implement configure
throw UnimplementedError();
Future<bool> configure({
required IosConfiguration iosConfiguration,
required AndroidConfiguration androidConfiguration,
}) async {
_setupMain();
return false;
}
}

0 comments on commit 1a1e352

Please sign in to comment.