registerForPush static method

Future<void> registerForPush()

Only for iOS - Registers the application to receive push notifications

Implementation

static Future<void> registerForPush() async {
  return await _dartToNativeMethodChannel.invokeMethod('registerForPush', {});
}