ModuleHelper class

Constructors

ModuleHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

capitalize(String s) → dynamic
getDateTimeInFormat({required String dateTime, required String desiredDateFormat}) String
getHeaders({required String apiKey, required String token, required String wid, required String rootOrgId}) Map<String, String>
postCourseHeaders({required String apiKey, required String baseUrl, required String token, required String wid, required String courseId, required String rootOrgId}) Map<String, String>
postHeaders({required String token, required String wid, required String apiBaseUrl, required String apiKey, required String rootOrgId}) Map<String, String>