features method
- @MPI(flags: 2, name: "mesh.license.features")
- Context? ctx,
Features is license features.
Implementation
@MPI(flags: 2, name: "mesh.license.features")
Future<Map<String, String>?> features({Context? ctx}) {
throw UnimplementedError('features() has not been implemented.');
}