answer method

Future<bool> answer()

Implementation

Future<bool> answer() async {
  return await _methodChannel.invokeMethod('answer');
}