getLogNotificationProvider_Pre method

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

Implementation

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