@override Future<String?> deviceToken() async { final version = await notificationsChannel.invokeMethod<String>('getDeviceToken'); return version; }