@override static Future<String?> getStorageData() async { var data = await methodChannel.invokeMethod('getStorageData'); return data; }