@override Future<dynamic> getSystemProperties(String key) async { final value = await methodChannel.invokeMethod<dynamic>('getSystemProperties', {'key': key}); return value; }