getDefaultVideo method

Future<int> getDefaultVideo(
  1. String userID
)

Implementation

Future<int> getDefaultVideo(String userID) async {
  return await CrImpl.instance.getDefaultVideo(userID);
}