vnpttech_pkg 1.0.2
vnpttech_pkg: ^1.0.2 copied to clipboard
A Dart library for VNPT Technology Network devices. Provide communication API between Mobile app calling Mobile agent performing local device control. The library was developed by a team of programmin [...]
example/vnpttech_pkg_example.dart
import 'package:vnpttech_pkg/vnpttech_pkg.dart';
void main() {
var api = VNPTTechAPI();
}