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