pushRemote method

void pushRemote(
  1. ICustomRemoteMessage message, {
  2. PushNotificationChannelConfig? channelConfig,
})

Implementation

void pushRemote(
  ICustomRemoteMessage message, {
  PushNotificationChannelConfig? channelConfig,
}) {
  throw UnimplementedError();
}