menu
dsalink package
documentation
worker.dart
WorkerSocket
getMethod method
getMethod method
dark_mode
light_mode
getMethod
method
WorkerMethod
getMethod
(
String
name
)
Implementation
WorkerMethod<dynamic> getMethod(String name) => ([dynamic argument]) => callMethod(name, argument);
dsalink package
documentation
worker
WorkerSocket
getMethod method
WorkerSocket class