Retrieves the list of all profiles.
@override Future<void> getProfilesList() { return methodChannel.invokeMethod<void>('getProfilesList'); }