is20111 method

Future<bool?> is20111()

Returns true if the device is a 20111 aka Nothing Phone 1

Implementation

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