FingerTemplate.fromBuffer Method¶
Module: FingerTemplate
Definition¶
Imports the finger template object from a buffer.
static FingerTemplate fromBuffer(FingerTemplateFormat format, Uint8List? data)
Parameters
format FingerTemplateFormatin Finger template buffer type to import the finger template object from.
data Uint8Listin Buffer to import the finger template object from.
Returns
The newly created finger template.
Exceptions
An error has occurred during Finger Library execution.