AndroidIntentUtil class

Constructors

AndroidIntentUtil()
factory

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

callIntent({required String intentType, Uri? uri, Map<String, dynamic>? extras = const {}, String? mimeType}) Future<void>
usage call -> AndroidIntents.ACTION_DIAL
callSettingIntent({required String actionType}) Future<void>
usage call -> AndroidSettings.ACTION_SETTINGS
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareUrl({required String url, String? mimeType}) Future<void>
it will opened android share dialog.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AndroidIntentUtil
final