createWPA2EnterpriseProfile method

  1. @override
Future createWPA2EnterpriseProfile(
  1. String username,
  2. String password
)
override

Implementation

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