load method

Future<void> load(
  1. String filePath
)

Implementation

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