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