isInitialized property

Future<bool> get isInitialized

Returns true if the plugin is initialized, false otherwise.

Implementation

Future<bool> get isInitialized =>
    throw UnimplementedError('isInitialized has not been implemented.');