startNotificationService method
Implementation
@override
Future<void> startNotificationService(LocalNotificationConfig config) async{
await methodChannel.invokeMethod<String>("startNotificationService",config.toJson());
}
@override
Future<void> startNotificationService(LocalNotificationConfig config) async{
await methodChannel.invokeMethod<String>("startNotificationService",config.toJson());
}