Dartsoftap_enabled_cbFunction typedef
Dartsoftap_enabled_cbFunction =
void Function(int result, bool is_requested, Pointer<Void> user_data)
Implementation
typedef Dartsoftap_enabled_cbFunction = void Function(
int result, bool is_requested, ffi.Pointer<ffi.Void> user_data);