is20111 method

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

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

Implementation

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