getOfflineKey_Pre method

Future<OfflineKey> getOfflineKey_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$0.OfflineKey> getOfflineKey_Pre($grpc.ServiceCall call, $async.Future<$3.Empty> request) async {
  return getOfflineKey(call, await request);
}