import 'package:file_access/file_access.dart'; Future openFile() async { throw 'Platform Not Supported'; } Future> openFiles() async { throw 'Platform Not Supported'; } Future pickImage() async { throw 'Platform Not Supported'; } Future pickVideo() async { throw 'Platform Not Supported'; }