createWPA2EnterpriseProfile method
Implementation
@override
Future createWPA2EnterpriseProfile(
String username,
String password,
) async {
await methodChannel.invokeMethod('createWPA2EnterpriseProfile',{'username':username,'password':password});
}