isDeviceSafe method

Future<bool?> isDeviceSafe()

Implementation

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