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