getFirstData method

Future getFirstData()

Implementation

Future<dynamic> getFirstData() {
  return controller.stream.single;
}