file_manager_stub.dart 153 Bytes
Newer Older
1 2
import 'file_manager.dart';

ritheshSalyan's avatar
ritheshSalyan committed
3 4
PlatformFileManager getFileManager() => throw UnimplementedError(
    "File Picker is Not Implementd in current platform");