init method

Future<List<String>> init()

Implementation

Future<List<String>> init() {
  throw UnimplementedError('init() has not been implemented.');
}