libraryInit method

Future<int> libraryInit()

Implementation

Future<int> libraryInit() {
  throw UnimplementedError('libraryInit() has not been implemented.');
}