setGroupExpand method

Future<void> setGroupExpand({
  1. required String groupTag,
  2. required bool isExpand,
})

Sets the expansion state of a group.

Implementation

Future<void> setGroupExpand({required String groupTag, required bool isExpand}) async {
  throw UnimplementedError('setGroupExpand() has not been implemented.');
}