toMethodChannelMap method

Map<String, dynamic> toMethodChannelMap()

Converts macOS-specific options to a method-channel-compatible map.

Implementation

Map<String, dynamic> toMethodChannelMap() {
  return {};
}