updateProfile method

  1. @override
Future updateProfile()
override

Implementation

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