mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
linting
This commit is contained in:
parent
0010eda67f
commit
e59912e16e
@ -1,5 +1,3 @@
|
|||||||
import 'dart:async';
|
|
||||||
|
|
||||||
import 'package:flutter_hooks/flutter_hooks.dart';
|
import 'package:flutter_hooks/flutter_hooks.dart';
|
||||||
|
|
||||||
/// Throttles function calls with the [interval] provided.
|
/// Throttles function calls with the [interval] provided.
|
||||||
@ -17,6 +15,8 @@ class Throttler {
|
|||||||
_lastActionTime = DateTime.now();
|
_lastActionTime = DateTime.now();
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
void dispose() {
|
void dispose() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user