emit method

Future<void> emit(
  1. String method, {
  2. dynamic param,
})

Implementation

Future<void> emit(
  String method, {
  dynamic param,
}) async {
  throw UnimplementedError('emit(...) has not been implemented.');
}