debugPriorPlatformOnError method

  1. @visibleForTesting
ErrorCallback? debugPriorPlatformOnError()

Test-only: prior PlatformDispatcher.onError captured at install time.

Implementation

@visibleForTesting
ErrorCallback? debugPriorPlatformOnError() => _priorPlatformOnError;