load method

Future load()
override

Always throws an UnsupportedError.

Implementation

Future<dynamic> load() {
  throw new UnsupportedError('Automatic loading is not supported on this platform!');
}