isSetup method

  1. @override
Future<bool> isSetup()
override

Whether the SDK is set up for the current user.

Implementation

@override
Future<bool> isSetup() async => await _invoke<bool>('isSetup') ?? false;