getAllProfileProperties method

  1. @override
Future getAllProfileProperties()
override

Implementation

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