Handles the back button in search mode.
Returns true if the back button is handled successfully. Android only.
Future<bool?> handleBackButton() { return _channel.invokeMethod(Functions.handleBackButton); }