useMaterialApp method

void useMaterialApp()

Implementation

void useMaterialApp() =>
    addUnitArrangement((target) => MaterialApp(home: target));