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