isOpened method

Future<bool> isOpened()

Implementation

Future<bool> isOpened() async {
  return await GleapJsSdkHelper.isOpened();
}