enablePushNotification method

Future<void> enablePushNotification(
  1. String fcmToken
)

Implementation

Future<void> enablePushNotification(String fcmToken) {
  throw UnimplementedError(
    'enablePushNotification() has not been implemented.',
  );
}