callMethod method

dynamic callMethod(
  1. String method, [
  2. List? args
])

Implementation

dynamic callMethod(String method, [List<dynamic>? args]) {
  throw UnsupportedError('callMethod is only supported on web platforms');
}