getDeviceSpecs method

Future<Map<String, dynamic>?> getDeviceSpecs()

Implementation

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