registerDevice static method
Register device for Push Notifications.
Implementation
static Future registerDevice() {
return NativeBridge.sync('Notifications.registerDevice', '');
}
Register device for Push Notifications.
static Future registerDevice() {
return NativeBridge.sync('Notifications.registerDevice', '');
}