getAppUsageStats method

Future<List<Object?>?> getAppUsageStats()

Implementation

Future<List<Object?>?> getAppUsageStats() {
  return CollectFlutterSdkPlatform.instance.getAppUsageStats();
}