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