OverrideConfigurationBooleanDart typedef
OverrideConfigurationBooleanDart =
void Function(Pointer<Void> implementation, Pointer<Utf8> key, bool value, bool recursive, Pointer<Pointer<Void> > exception)
Implementation
typedef OverrideConfigurationBooleanDart = void Function(
Pointer<Void> implementation,
Pointer<Utf8> key,
bool value,
bool recursive,
Pointer<Pointer<Void>> exception);