handle abstract method

  1. @override
Future<TResult> handle(
  1. TQuery query
)
override

Handles the given query and returns the requested data.

@param query The query to process @returns A Future containing the requested data

Implementation

@override
Future<TResult> handle(TQuery query);