isChannelPushNotification method

Future<bool?> isChannelPushNotification(
  1. Map<String, dynamic> content
)

Implementation

Future<bool?> isChannelPushNotification(
  Map<String, dynamic> content,
) {
  throw UnimplementedError(
      'isChannelPushNotification() has not been implemented.');
}