discover_Pre method

Future<DiscoverResponse> discover_Pre(
  1. ServiceCall $call,
  2. Future<DiscoverPoints> $request
)

Implementation

$async.Future<$4.DiscoverResponse> discover_Pre($grpc.ServiceCall $call, $async.Future<$4.DiscoverPoints> $request) async {
  return discover($call, await $request);
}