loader property
final
Tear-off of the deferred-imported library's loadLibrary (e.g.
auth.loadLibrary). Called once on initState; the result is
retained so rebuilds don't re-trigger the load.
Implementation
final Future<void> Function() loader;