getDeviceInfo method
Get connected device information
Implementation
Future<DeviceInfo?> getDeviceInfo() {
throw UnimplementedError('getDeviceInfo() has not been implemented.');
}
Get connected device information
Future<DeviceInfo?> getDeviceInfo() {
throw UnimplementedError('getDeviceInfo() has not been implemented.');
}