open method

Future<String> open({
  1. required String path,
  2. String type = '',
})

Implementation

Future<String> open({required String path, String type = ''}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}