installFromFile method

Future<void> installFromFile(
  1. String file
)

Implementation

Future<void> installFromFile(String file) {
  throw UnimplementedError('installFromFile() has not been implemented.');
}