getScreenSnapShot method

Future<bool?> getScreenSnapShot({
  1. required String fileName,
  2. required String filePath,
})

Implementation

Future<bool?> getScreenSnapShot({required String fileName, required String filePath}) {
  throw UnimplementedError('screenSnapShot() has not been implemented.');
}