useMonitoringMethod static method
Check if we can use this method
Implementation
static Future useMonitoringMethod(Function() method) async {
Nylo.canMonitorAppUsage();
return await method();
}
Check if we can use this method
static Future useMonitoringMethod(Function() method) async {
Nylo.canMonitorAppUsage();
return await method();
}