Future<String> get action { return platform( android: (pool) => _androidModel.getAction(), ios: (pool) => _iosModel.get_action(), ); }