setNpawConfig method

  1. @override
Future setNpawConfig(
  1. NpawConfig? config
)
override

Implementation

@override
Future setNpawConfig(NpawConfig? config) {
  return _pigeon.setNpawConfig(config);
}