import "fyne.io/fyne/v2/driver/mobile"
  

Usage

type Driver

  type Driver interface {
	// GoBack asks the OS to go to the previous app / activity, where supported
	GoBack()
}
  

Driver represents the extended capabilities of a mobile driver

Since: 2.4