onGetCountryJsonMetadata abstract method

Future<String?> onGetCountryJsonMetadata(
  1. BuildContext context
)

Retrieves the country's JSON metadata.

This function is called when MatexCountryJob needs to fetch the country's metadata. It provides the current BuildContext to potentially help in obtaining the data.

Implementation

Future<String?> onGetCountryJsonMetadata(BuildContext context);