resolveData method

Future<Result> resolveData()

Resolves data asynchronously and must be implemented by subclasses.

Implementation

Future<Result> resolveData() async => throw UnimplementedError();