toString method
Returns the platform-specific package name.
Implementation
String toString() {
return io.Platform.isAndroid ? androidPackageName : iosBundleId!;
}
Returns the platform-specific package name.
String toString() {
return io.Platform.isAndroid ? androidPackageName : iosBundleId!;
}