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