getGlobalOptions method

Future<Map<String, String>> getGlobalOptions()

Implementation

Future<Map<String, String>> getGlobalOptions() {
  throw UnimplementedError('getGlobalOptions() has not been implemented.');
}