Whether the SDK is set up for the current user.
@override Future<bool> isSetup() async => await _invoke<bool>('isSetup') ?? false;