getGlobalProperties method

Future<Map<String, String>?> getGlobalProperties()

Retrieves global properties.

Implementation

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