setTestOptions static method

void setTestOptions(
  1. dynamic testOptions
)

Implementation

static void setTestOptions(final dynamic testOptions) {
  _channel.invokeMethod('setTestOptions', testOptions);
}