isEmptyTags property

Future<bool?> isEmptyTags

Implementation

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