toMethodChannelMap method

Map<String, dynamic> toMethodChannelMap()

Converts iOS-specific options to a method-channel friendly map.

Implementation

Map<String, dynamic> toMethodChannelMap() {
  return {if (shouldMigrate != null) 'shouldMigrate': shouldMigrate};
}