onInstallResult property

Stream<Map<String, dynamic>> get onInstallResult

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 {
  throw UnimplementedError('onInstallResult() has not been implemented.');
}