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