is23111 method

  1. @override
Future<bool?> is23111()
override

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

Implementation

@override
Future<bool?> is23111() async {
  return await methodChannel.invokeMethod<bool>('is23111');
}