setGroupExpand method
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.');
}
Sets the expansion state of a group.
Future<void> setGroupExpand({required String groupTag, required bool isExpand}) async {
throw UnimplementedError('setGroupExpand() has not been implemented.');
}