static Future<void> setPushNotificationToken(String token) async { await _channel.invokeMethod('setPushNotificationToken', {"key": token}); }