is23111 method

Future<bool?> is23111()

Returns true if the device is a 23111 aka Nothing Phone 2a

Implementation

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