RequestCallback typedef
RequestCallback =
Future Function(WPNotifyNetworkManager request)
The RequestCallback is used for calling a method in WPNotifyNetworkManager This is used on the api method in wp_notify
Implementation
typedef RequestCallback = Future<dynamic> Function(
WPNotifyNetworkManager request);