isAvailable property

bool isAvailable

True if initialize succeeded and the user granted permission to access local images.

Use this property to determine if calls to the LocalImageProvider are availablle. If isAvailable is false then other calls with throw an LocalImageProviderNotInitializedException exception. This method can be called before initialize although it will return false.

Implementation

bool get isAvailable => _initWorked;