sendData method
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.');
}