ApplangaFlutterTestUtils constructor

ApplangaFlutterTestUtils(
  1. dynamic screenshotMethod(
    1. String?,
    2. bool?,
    3. List<String>?
    ),
  2. dynamic setlanguageMethod(
    1. String
    )
)

Implementation

ApplangaFlutterTestUtils(Function(String?,bool?,List<String>?) screenshotMethod,Function(String) setlanguageMethod)
{
  applangaScreenshotMethod = screenshotMethod;
  applangaSetLanguageMethod = setlanguageMethod;
}