signposts

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

signposts

signposts #
A flutter plugin for Apple's os_signpost API.
Usage #
import 'package:signposts/signposts.dart' as signposts;

void main() {
signposts.emitEvent('hello');
signposts.beginInterval(1, 'hi');
print('hi');
signposts.endInterval(1, 'bye');
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator