callComponentMethod abstract method

Future callComponentMethod(
  1. String viewId,
  2. String methodName,
  3. Map<String, dynamic> args
)

Call a method on a specific component instance

Implementation

Future<dynamic> callComponentMethod(String viewId, String methodName, Map<String, dynamic> args);