cleanupStorageInternal static method
Implementation
static Future<void> cleanupStorageInternal(MethodChannel channel) async {
try {
await channel.invokeMethod('cleanupStorage');
} catch (e) {
Logger.root.severe(e);
rethrow;
}
}
static Future<void> cleanupStorageInternal(MethodChannel channel) async {
try {
await channel.invokeMethod('cleanupStorage');
} catch (e) {
Logger.root.severe(e);
rethrow;
}
}