SmkitUiFlutterPluginPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- SmkitUiFlutterPluginPlatform
- Implementers
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
-
configure({required String key, void onHandle(SMKitStatus)?})
→ Future<bool?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setCounterPreferences({required SMKitCounterPreferences counterPreferences, void onHandle(SMKitStatus)?})
→ Future<void>
-
-
setEndExercisePreferences({required SMKitEndExercisePreferences endExercisePrefernces, void onHandle(SMKitStatus)?})
→ Future<void>
-
-
setLanguage({required SMKitLanguage language, void onHandle(SMKitStatus)?})
→ Future<void>
-
-
startAssessment({required AssessmentTypes type, String? assessmentID, Map<String, dynamic>? userData, bool showSummary = false, void onHandle(SMKitStatus)?})
→ Future<void>
-
-
startCustomizedAssessment({required SMKitWorkout assessment, void onHandle(SMKitStatus)?})
→ Future<void>
-
-
startCustomizedWorkout({required SMKitWorkout workout, void onHandle(SMKitStatus)?})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited