getDeviceInfo method
Retrieves comprehensive device specifications.
Implementation
Future<DeviceInfo> getDeviceInfo() {
throw UnimplementedError('getDeviceInfo() has not been implemented.');
}
Retrieves comprehensive device specifications.
Future<DeviceInfo> getDeviceInfo() {
throw UnimplementedError('getDeviceInfo() has not been implemented.');
}