MeteorBytesProvider constructor

MeteorBytesProvider({
  1. String? stateKey,
  2. List<int>? initialValue,
})

Implementation

MeteorBytesProvider({String? stateKey, List<int>? initialValue})
    : super(stateKey: stateKey, initialValue: initialValue);