init method

  1. @override
Future init()
override

Implementation

@override
Future init() async {
  findFeedback = await instance.getAsync();
  responseFeedback = await instance.getAsync();
}