FShort class
Singleton
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
-
createBitLink(
{required BitlyParams params}) → Future< BitlyModel> - Converts a long url to a Bitlink and sets additional parameters.
-
generateShortenURL(
{required String longUrl, String? groupId, String? domain = 'bit.ly'}) → Future< BitlyModel> - Generate shorten URL
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setup(
{required String token}) → void - Initital when open app or before generate shorten link
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited