getDeviceInfo method

Future<String?> getDeviceInfo()

Implementation

Future<String?> getDeviceInfo() {
  throw UnimplementedError('getDeviceInfo() has not been implemented.');
}