getAllSettings method
Implementation
Future<Map<String, dynamic>> getAllSettings() async {
return await SyneriseInvocation(methodChannel)
.invokeSDKMethod<Map<String, dynamic>>("Settings/getAllSettings",
isMappable: true, genericTypeKey: GenericTypeKey.mapStringDynamic);
}