isPushEnabled method

Future<bool?> isPushEnabled()

Implementation

Future<bool?> isPushEnabled() {
  throw UnimplementedError('isPushEnabled() has not been implemented.');
}