is24111 method

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

Returns true if the device is a is24111 aka NothingPhone3a and NothingPhone3aPro

Implementation

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