takeSnapshot method
Implementation
@override
Future<String?> takeSnapshot(SnapshotOptions snapshotOptions) {
return _controller.takeSnapshot(snapshotOptions);
}
@override
Future<String?> takeSnapshot(SnapshotOptions snapshotOptions) {
return _controller.takeSnapshot(snapshotOptions);
}