init method

dynamic init()

Implementation

init() async {
  await _getLocalUser();
}