pushLocal method

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

Implementation

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