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