updateAppIsOpen_Pre method

Future<AuthAdminResponse> updateAppIsOpen_Pre(
  1. ServiceCall call,
  2. Future<AuthAdminRequest> request
)

Implementation

$async.Future<$0.AuthAdminResponse> updateAppIsOpen_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.AuthAdminRequest> request) async {
  return updateAppIsOpen(call, await request);
}