is22111 method

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

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

Implementation

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