encourageAll method

Future encourageAll()

Implementation

Future encourageAll() async {
  await methodChannel.invokeMethod('encourageAll');
}