Get all saved games.
@override Future<String?> getSavedGames() async { return await _channel.invokeMethod("getSavedGames"); }