copy method

  1. @override
ApolloRunnerWasm copy()
override

Returns a copy of this instance.

Implementation

@override
ApolloRunnerWasm copy() {
  return ApolloRunnerWasm(apolloVM);
}