Like method

Future<void> Like()

Implementation

Future<void> Like() async {
  return _instance.Like();
}