setNpawConfig method

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

Implementation

@override
Future setNpawConfig(pigeon.NpawConfig? config) async {
  npawConfig = config;
}