isShowFloatingReportButton static method

Future<bool?> isShowFloatingReportButton()

Checks if floating report button is visible.

Implementation

static Future<bool?> isShowFloatingReportButton() async {
  return await _channel.invokeMethod('isShowFloatingReportButton');
}