getLogNotificationProvider_Pre method

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

Implementation

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