error abstract method

void error(
  1. dynamic error
)

Called when an error occurs during the file picking process.

error represents the error that occurred.

Implementation

void error(var error);