init method

  1. @override
Future init()
override

Implementation

@override
Future init() async {
  createNfeToRun = await instance.getAsync();
  getNfeStatusByPeople = await instance.getAsync();
}