Future<String> get orientation { return platform( android: (pool) => _androidModel.getOrientation(), ios: (pool) => _iosModel.get_orientation(), ); }