onEventFromWindow method

Future onEventFromWindow(
  1. String eventName,
  2. int fromWindowId,
  3. dynamic arguments
)

Event from other windows.

Implementation

Future<dynamic> onEventFromWindow(
    String eventName, int fromWindowId, dynamic arguments) async {
  throw UnimplementedError();
}