sendData method

Future<void> sendData(
  1. String windowId,
  2. Map<String, dynamic> data
)

Envoie des donnĂ©es JSON-compatibles depuis l'app principale vers la fenĂȘtre secondaire (peu importe si celle-ci est en liveFlutterEngine ou manual).

Implementation

Future<void> sendData(String windowId, Map<String, dynamic> data) {
  throw UnimplementedError('sendData() has not been implemented.');
}