subscribeToMobilePush method

  1. @override
Future<String?> subscribeToMobilePush(
  1. bool subscribe
)
override

Implementation

@override
Future<String?> subscribeToMobilePush(bool subscribe) async {
  return await methodChannel.invokeMethod<String>('subscribeToMobilePush', subscribe);
}