setGlobalProperties method

Future<bool?> setGlobalProperties(
  1. Map<String, String>? globalProperties
)

Sets global properties.

Implementation

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