getSystemProperties method

Future getSystemProperties(
  1. String key
)

Implementation

Future<dynamic> getSystemProperties(String key) async {
  throw UnimplementedError('getSystemProperties() has not been implemented.');
}