startShare method

dynamic startShare(
  1. bool value
)

Implementation

startShare(bool value) {
  isStart = value;
  notifyListeners();
}