registerDevice static method

Future registerDevice()

Register device for Push Notifications.

Implementation

static Future registerDevice() {
  return NativeBridge.sync('Notifications.registerDevice', '');
}