createProfile method

  1. @override
Future createProfile()
override

Implementation

@override
Future createProfile() {
  return handleNativeCall(
    methodChannel.invokeMethod(MethodNames.createProfile),
  );
}