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