getLensType method

Future<int> getLensType()

Implementation

Future<int> getLensType() async {
  return await _c.invokeMethod(
    'lens#getLensType',
  );
}