nativeInteraction_Pre method

Future<NativeInteractionRes> nativeInteraction_Pre(
  1. ServiceCall call,
  2. Future<NativeInteractionReq> request
)

Implementation

$async.Future<$0.NativeInteractionRes> nativeInteraction_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.NativeInteractionReq> request) async {
  return nativeInteraction(call, await request);
}