mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
comic source page
This commit is contained in:
@@ -67,6 +67,16 @@ class _App {
|
||||
_ => Colors.blue,
|
||||
};
|
||||
}
|
||||
|
||||
Function? _forceRebuildHandler;
|
||||
|
||||
void registerForceRebuild(Function handler) {
|
||||
_forceRebuildHandler = handler;
|
||||
}
|
||||
|
||||
void forceRebuild() {
|
||||
_forceRebuildHandler?.call();
|
||||
}
|
||||
}
|
||||
|
||||
// ignore: non_constant_identifier_names
|
||||
|
Reference in New Issue
Block a user