onInstallResult property
Stream that emits platform install results (raw payloads).
Each event is a map with at least requestId and result entries as provided by the platform.
Implementation
Stream<Map<String, dynamic>> get onInstallResult => _installResultController.stream;