getCustomAttributes method

Future<Map?> getCustomAttributes()

Return to Obtain Custom Attributes

Implementation

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