bootTesting static method
Define a closure to be run on boot when test mode is enabled.
Implementation
@visibleForTesting
static void bootTesting(Future<void> Function(App) bootTesting) {
_bootTesting = bootTesting;
}
Define a closure to be run on boot when test mode is enabled.
@visibleForTesting
static void bootTesting(Future<void> Function(App) bootTesting) {
_bootTesting = bootTesting;
}