提交 be886c89 authored 作者: ritheshSalyan's avatar ritheshSalyan

format

上级 b9d1a527
......@@ -21,7 +21,7 @@ class ScreenshotController {
_containerKey = GlobalKey();
}
/// Captures image and saves to given path
/// Captures image and saves to given path
Future<String> captureAndSave(
String directory, {
String fileName,
......
......@@ -13,6 +13,5 @@
// file.writeAsBytesSync(fileContent);
// return file.path;
// }
// }
import 'file_manager.dart';
PlatformFileManager getFileManager() =>
throw UnimplementedError("File Picker is Not Implementd in current platform");
PlatformFileManager getFileManager() => throw UnimplementedError(
"File Picker is Not Implementd in current platform");
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论