MyApp constructor

const MyApp(
  1. {Key? key,
  2. String? refreshToken}
)

Implementation

const MyApp({super.key, this.refreshToken});