getMergedAll method

Future<Map?> getMergedAll()

Returns all values after the combination of default values and cloud values.

Implementation

Future<Map?> getMergedAll() {
  return _channel.invokeMethod('getMergedAll');
}