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

format

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