collect abstract method

  1. @protected
FutureOr<Map<String, dynamic>> collect()

Override this instead of getData to implement the actual data collection.

Implementation

@protected
FutureOr<Map<String, dynamic>> collect();