weightStream property

Stream<MethodCall>? get weightStream

Implementation

static Stream<MethodCall>? get weightStream {
  return _weightStreamController.stream;
}