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