handleBackButton static method

Future<bool?> handleBackButton()

Handles the back button in search mode.

Returns true if the back button is handled successfully. Android only.

Implementation

static Future<bool?> handleBackButton() {
  return _channel.invokeMethod(Functions.handleBackButton);
}