Launch class abstract

TODO :: SHOULD BE IN other PACKAGE

Constructors

Launch()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

googleMapsDirections({required String lat, required String long}) Future<void>
inGoogleMaps({required String lat, required String long}) Future<void>
onTelegram(String userName, {String? message}) Future<void>
onWhatsApp(String phone, {String? message}) Future<bool>
phone(String phone) Future<bool>
sms(String phone) Future<bool>
url(String url) Future<bool>