is20111 method
Returns true if the device is a 20111 aka NothingPhone1
Implementation
Future<bool?> is20111() {
throw UnimplementedError('is20111() has not been implemented.');
}
Returns true if the device is a 20111 aka NothingPhone1
Future<bool?> is20111() {
throw UnimplementedError('is20111() has not been implemented.');
}