getScreenGuardLogs method
iOS, Android get screen guard logs
Implementation
Future<List<Map<String, dynamic>>> getScreenGuardLogs({
required int maxCount,
}) {
throw UnimplementedError('getScreenGuardLogs() has not been implemented.');
}
iOS, Android get screen guard logs
Future<List<Map<String, dynamic>>> getScreenGuardLogs({
required int maxCount,
}) {
throw UnimplementedError('getScreenGuardLogs() has not been implemented.');
}