mFAEnable_Pre method

Future<ImageResponse> mFAEnable_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUID> $request
)

Implementation

$async.Future<$1.ImageResponse> mFAEnable_Pre($grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUID> $request) async {
  return mFAEnable($call, await $request);
}