getScreenGuardLogs method

Future<List<Map<String, dynamic>>> getScreenGuardLogs({
  1. required int maxCount,
})

iOS, Android get screen guard logs

Implementation

Future<List<Map<String, dynamic>>> getScreenGuardLogs({
  required int maxCount,
}) {
  throw UnimplementedError('getScreenGuardLogs() has not been implemented.');
}