getAtAllTag method

Future getAtAllTag({
  1. String? operationID,
})

Query @ All Flag

Implementation

Future<dynamic> getAtAllTag({
  String? operationID,
}) =>
    _channel.invokeMethod(
        'getAtAllTag',
        _buildParam({
          "operationID": Utils.checkOperationID(operationID),
        }));