listenToFlic2Button method

Future<bool?> listenToFlic2Button(
  1. String buttonUuid
)

listen to the button (android only, or can commonly ignore)

Implementation

Future<bool?> listenToFlic2Button(String buttonUuid) async {
  // scan for flic 2 buttons then please
  return _channel
      .invokeMethod<bool>(_methodNameStartListenToFlic2, [buttonUuid]);
}