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