open abstract method

Future<bool> open()

Attempts to open the modal.

Returns a future that completes with true if it succeeds.

Implementation

Future<bool> open();