afMainWrapper function
void
afMainWrapper(
- dynamic onReady()
Implementation
void afMainWrapper(Function() onReady) {
WidgetsFlutterBinding.ensureInitialized();
AFibD.registerGlobals();
onReady();
}