registerRemoteNotification method

void registerRemoteNotification()

Implementation

void registerRemoteNotification() {
  if (Platform.isIOS) {
    _channel.invokeMethod('registerRemoteNotification');
  }
}