sendOpen_Pre method

Future<Empty> sendOpen_Pre(
  1. ServiceCall $call,
  2. Future<PushNotificationProto_OpenRequest> $request
)

Implementation

$async.Future<$1.Empty> sendOpen_Pre($grpc.ServiceCall $call,
    $async.Future<$0.PushNotificationProto_OpenRequest> $request) async {
  return sendOpen($call, await $request);
}