identifyFullFace_Pre method

Future<User> identifyFullFace_Pre(
  1. ServiceCall $call,
  2. Future<StandardFile> $request
)

Implementation

$async.Future<$0.User> identifyFullFace_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.StandardFile> $request) async {
  return identifyFullFace($call, await $request);
}