disablePushNotification method

Future<void> disablePushNotification()

Implementation

Future<void> disablePushNotification() async {
  throw UnimplementedError(
    'disablePushNotification() has not been implemented.',
  );
}