menu
rehacul_app_medical
services/rehabilitation_exercise/interpreter_wrapper.dart
InterpreterWrapper
run method
run
brightness_4
brightness_5
run
method
@
override
void
run
(
Object
input
,
Object
output
)
override
Implementation
@override void run(Object input, Object output) { _interpreter.run(input, output); }
rehacul_app_medical
interpreter_wrapper
InterpreterWrapper
run method
InterpreterWrapper class