getBusinessHoursSummary method

Future<Map<Object?, Object?>?> getBusinessHoursSummary(
  1. String openingHours,
  2. String token,
  3. String apiBaseURL,
  4. String userAgent,
)

Business Hours

Implementation

Future<Map<Object?, Object?>?> getBusinessHoursSummary(String openingHours,
    String token, String apiBaseURL, String userAgent) async {
  return MapboxAdFlutterPlatform.instance
      .getBusinessHoursSummary(openingHours, token, apiBaseURL, userAgent);
}