is24111 method
Returns true if the device is a is24111 aka NothingPhone3a and NothingPhone3aPro
Implementation
@override
Future<bool?> is24111() async {
return await methodChannel.invokeMethod<bool>('is24111');
}
Returns true if the device is a is24111 aka NothingPhone3a and NothingPhone3aPro
@override
Future<bool?> is24111() async {
return await methodChannel.invokeMethod<bool>('is24111');
}