isClicked method

Future<bool?> isClicked()

Implementation

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