IosTeamidPlatform class abstract
The platform interface for the ios_teamid plugin.
This abstract class defines the interface that platform-specific implementations
must implement. It uses the PlatformInterface
from the plugin_platform_interface
package to enforce that only a single implementation can be registered at once.
- Inheritance
-
- Object
- PlatformInterface
- IosTeamidPlatform
- Implementers
Constructors
- IosTeamidPlatform.new()
- Constructs a IosTeamidPlatform.
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
-
getTeamId(
) → Future< String?> - Retrieves the iOS Team ID (Developer Team ID) from the application.
-
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 Properties
- instance ↔ IosTeamidPlatform
-
The default instance of IosTeamidPlatform to use.
getter/setter pair