createDataWedgeProfile method
Implementation
Future<void> createDataWedgeProfile(
{String profileName = "TejasGProdInternal_2"}) {
return ZebraDataWedgePlatform.instance
.createDataWedgeProfile(profileName: profileName);
}
Future<void> createDataWedgeProfile(
{String profileName = "TejasGProdInternal_2"}) {
return ZebraDataWedgePlatform.instance
.createDataWedgeProfile(profileName: profileName);
}