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