orNull abstract method

Future<T?> orNull()

Returns the contained Ok value or null, resolving any Future.

Implementation

Future<T?> orNull();