Future<String?> readString(String key) { assert(Platform.isIOS); return _platform.invokeMethod( 'info_plist/read_string', { 'key': key, }, ); }