init method

  1. @override
Future<void> init()
override

Implementation

@override
Future<void> init() async {
  await load();
  notifyScreen();
}