openFile method

Future openFile(
  1. String filePath
)

Implementation

Future<dynamic> openFile(String filePath) {
  throw UnimplementedError('has not been implemented.');
}