[mob] Remove unused method
This commit is contained in:
@@ -42,14 +42,6 @@ Future<bool> isLowSpecDevice() async {
|
||||
return false;
|
||||
}
|
||||
|
||||
Future<bool> isGrapheneOS() async {
|
||||
if (Platform.isAndroid) {
|
||||
final androidInfo = await deviceInfoPlugin.androidInfo;
|
||||
return androidInfo.host.toLowerCase() == "grapheneos";
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Future<bool> isAndroidSDKVersionLowerThan(int inputSDK) async {
|
||||
if (Platform.isAndroid) {
|
||||
final AndroidDeviceInfo androidInfo = await deviceInfoPlugin.androidInfo;
|
||||
|
||||
Reference in New Issue
Block a user