@override Future<String?> getDeviceId() { assert(Platform.isAndroid); return methodChannel.invokeMethod<String>('getDeviceId'); }