RequestCallback typedef

RequestCallback = Future Function(ShopifyApiService? request)

The RequestCallback is used for calling a method in ShopifyApiService This is used on the api method in wp_json_api

Implementation

typedef RequestCallback = Future<dynamic> Function(ShopifyApiService? request);