trackScreen method

void trackScreen({
  1. required String name,
  2. String title = "",
  3. String type = "",
})

Implementation

void trackScreen(
    {required String name, String title = "", String type = ""}) {
  throw UnimplementedError('config() has not been implemented.');
}