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