getDetails method

Future<Map?> getDetails(
  1. File file
)

Implementation

Future<Map?> getDetails( File file)async{
throw UnimplementedError('platformVersion() has not been implemented.');
  }