BtSubscription<T> constructor

BtSubscription<T>({
  1. BtSubscriptionCallBack? onData,
})

Implementation

BtSubscription({this.onData});