makeRequest method
Implementation
Future<void> makeRequest(
FajaxModel fajaxModel,
Function(FajaxResult)? onSuccess,
Function(Map<dynamic, dynamic>)? onError,
) async {
throw UnimplementedError('platformVersion() has not been implemented.');
}