startMoh method

Future<bool> startMoh()

Implementation

Future<bool> startMoh() async {
  var resp = await BridgesAPI.startMusicOnHold(id);
  return false;
}