certificateStore property

List<Uint8List> get certificateStore

Implementation

List<Uint8List> get certificateStore {
  return List<Uint8List>.from(_certificateStore, growable: false);
}