menu
mercuryjs package
documentation
main.dart
Mercury
load method
load method
dark_mode
light_mode
load
method
Future
<
void
>
load
(
MercuryBundle
bundle
)
Implementation
Future<void> load(MercuryBundle bundle) async { await controller?.load(bundle); }
mercuryjs package
documentation
main
Mercury
load method
Mercury class