@override Future<bool> exist(String filename) async { Map<String, dynamic> options = {"filename": filename}; return await methodChannel.invokeMethod("exist", options); }