getLogNotificationProvider_Pre method

Future<GetLogNotificationProviderResponse> getLogNotificationProvider_Pre(
  1. ServiceCall $call,
  2. Future<GetLogNotificationProviderRequest> $request
)

Implementation

$async.Future<$0.GetLogNotificationProviderResponse>
    getLogNotificationProvider_Pre($grpc.ServiceCall $call,
        $async.Future<$0.GetLogNotificationProviderRequest> $request) async {
  return getLogNotificationProvider($call, await $request);
}