SmkitUiFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SmkitUiFlutterPluginPlatform
Implementers

Constructors

SmkitUiFlutterPluginPlatform()
Constructs a SmkitUiFlutterPluginPlatform.

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

Operators

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

Static Properties

instance SmkitUiFlutterPluginPlatform
The default instance of SmkitUiFlutterPluginPlatform to use.
getter/setter pair