subscribeToMobilePush method

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

Implementation

Future<String?> subscribeToMobilePush(bool subscribe) async {
  throw UnimplementedError('subscribeToMobilePush() has not been implemented.');
}