isDeviceSupport method
Check Out: https://www.youtube.com/@GENERAL_DEV
Implementation
@override
bool isDeviceSupport() {
if (_isCrash) {
return false;
}
return _isDeviceSupport;
}
Check Out: https://www.youtube.com/@GENERAL_DEV
@override
bool isDeviceSupport() {
if (_isCrash) {
return false;
}
return _isDeviceSupport;
}