dial method

Future<bool> dial()

Implementation

Future<bool> dial() {
  return "tel:${this}".launch();
}