@override Future<bool?> isDeveloperOptionsEnabled() async { final check = await methodChannel.invokeMethod<bool>('isDeveloperOptionsEnabled'); return check; }