menu
agent_dart_base package
documentation
agent/actor.dart
CanisterActor
getFunc method
getFunc method
dark_mode
light_mode
getFunc
method
ActorMethod
?
getFunc
(
String
method
)
Implementation
ActorMethod? getFunc(String method) { return methodMap[method]; }
agent_dart_base package
documentation
agent/actor
CanisterActor
getFunc method
CanisterActor class