static Future<String> register() async { // Register for push notifications return (await (_channel.invokeMethod<String>('register')))!; }