store method

Future<void> store(
  1. AppBarModel appBar
)

Implementation

Future<void> store(AppBarModel appBar) async {
  await _storeHelloWorldDocument();
  await _storeHelloWorldPage(appBar);
}