menu
meet_hour package
documentation
meet_hour_apiServices.dart
ApiServices
timezone static method
timezone static method
dark_mode
light_mode
timezone
static method
dynamic
timezone
(
String
token
)
Implementation
static dynamic timezone(String token) async { return postFetch(token, ApiEndpoint.timezone, {}); }
meet_hour package
documentation
meet_hour_apiServices
ApiServices
timezone static method
ApiServices class