OnStartFailed typedef

OnStartFailed = void Function(Object e)

The type e represents the error or exception that occurred.

Implementation

typedef OnStartFailed = void Function(Object e);